Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
Int16M INumeric<Int16M>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As Int16M Implements INumeric(Of Int16M).RightShiftprivate:
virtual Int16M RightShift(
int count
) sealed = INumeric<Int16M>::RightShiftprivate abstract RightShift :
count : int -> Int16M
private override RightShift :
count : int -> Int16M